@override String toName(String group) { if (group == GMActionGroups.googleMaps) { return 'Google Maps'; } return super.toName(group); }