Factory constructor to convert json into a Group model
factory Group.fromJson(Map<String, dynamic> json) => _$GroupFromJson(json);