void SetKey(int key)
 {
     currentKey = key;
     cmsGameObject.humanReadableKey = options[currentKey];
     cmsGameObject.Validate();
 }