public function getDimensions()
 {
     return $this->parent->getDimensions() - $this->depth;
 }