public static string prettyPrint(GOAPAction action) { string s = "" + action.GetType().Name; return(s); }