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