Map<String, dynamic> toJson() { return { 'userType': userType, 'experiments': experiments.map((exp) => exp.toJson()).toList(), }; }