toLogString method

String toLogString()

Implementation

String toLogString() {
  String res = "groupID:$groupID";
  return res;
}