/**
  * Unsets the object on the offset in the decorated array.
  * @param int $offset
  */
 public function offsetUnset($offset)
 {
     return $this->array->offsetUnset($offset);
 }