Creates Map from Class Object
Map<String, dynamic> toJson() => { 'variants': variants.map((value) => value.toJson()).toList(growable: false), };