public function __construct()
 {
     $stringTypeName = gettype('');
     parent::__construct($stringTypeName, $stringTypeName);
 }