/**
  * This method returns the native datatype of a wrapper class.
  *
  * @return array
  */
 public function toNative()
 {
     return $this->array->toNative();
 }