Map<String, dynamic> toJson() => { "profile": List<dynamic>.from(profile.map((x) => x)), "tag": List<dynamic>.from(tag.map((x) => x.toJson())), };