protected function createStateStorage()
 {
     /**
      * We override this method to add the form state
      */
     return array_merge(parent::createStateStorage(), ['formState' => self::STATE_INITIAL]);
 }