public function toArray()
 {
     return [self::BASIC_INFO => $this->basicInfo->toArray(), self::OBJECT_BLOB => $this->objectBlob->toArray()];
 }
 public function toArray()
 {
     return [self::BASIC_INFO => $this->basicInfo->toArray(), self::BLOB => $this->blob->toArray()];
 }