toMap

Transform KonciergeExperimentResult into a matrix of results

E.g. { "EXP001": "control", "EXP002": "participating", "reb-button" }

Return

Map of experiments' variants. Indexed by experiment name, with value of all matching children (in evaluating order)

fun toMap(): Map<String, List<String>>