/**
  * @return array
  */
 public function getSteps()
 {
     if (empty($this->data)) {
         $this->data = $this->config->getSteps($this->mode);
         $this->createInstances();
     }
     return $this->data;
 }