/**
  * {@inheritdoc}
  */
 public function offsetGet($index)
 {
     if (!$this->isInitialized()) {
         $this->initialize();
     }
     return parent::offsetGet($index);
 }