toMatrix

Transform KonciergeExperimentResult into a matrix of results

E.g. [ "EXP001", "control", "EXP002", "participating", "reb-button"] ]

Return

List of experiments' variants. The first array index is each experiment, and the second level the experiment's variants (in evaluating order)

fun toMatrix(): List<List<String>>