reset method

Reset user selections into it's initial value.

Implementation

UserSelectionState reset() {
  return initial;
}