How this object names itself in a report.
@override String get debugLabel => name.isEmpty ? '[group]' : name;