Map<String, dynamic> toJson() => { "typeList": List<int>.from(typeList!.map((x) => x)), "list": List<SifliWatchFace>.from(list!.map((x) => x)), };