/**
  * Get the configurable step elements
  *
  * @return array
  */
 public function getStepElements()
 {
     return array_merge(parent::getStepElements(), ['mapper' => $this->getMapper()]);
 }