String get groupName => _groupName;
set groupName(String value) { if (_groupName != value) { _groupName = value; } }