reset method

void reset()

Clear all options.

Implementation

void reset() {
  groupList.clear();
}