Get the String representation of a FormType.
static String? asString(FormType? formType) => formType?.toString();