/**
  * We are always submitting the last step of a form where
  * the values are validated and the finishers will be
  * executed if the submitted data is valid.
  */
 protected function getStepInformation()
 {
     parent::getStepInformation();
     $this->lastStep = $this->totalSteps;
     $this->currentStep = $this->totalSteps + 1;
 }