void OnGUI()
 {
     if (GUI.Button(new Rect(10, 10, 100, 50), buttonText))
     {
                     #if UNITY_IPHONE
                     #elif UNITY_ANDROID
         OSHookBridge.SendUnityMessage(this.name, "SetButtonText", "Ottimo");
                     #endif
     }
 }