public void StoreSavedString(string key, string val)
 {
     PlayerPrefs.SetString(key, val);
 }