Map<String, dynamic> toJson() { return { 'id': id, 'label': label, 'type': type, 'group': group, }; }