@override Object toJson() => { 'featureGroups': [for (final i in featureGroups) i.toJson()], 'projectNumber': ?projectNumber?.toString(), };