/**
  * {@inheritdoc}
  */
 protected function clearState()
 {
     parent::clearState();
     $this->groups = null;
     $this->fieldToGroupMap = null;
     $this->defaultGroupName = null;
 }