public static void Main()
 {
     BoolConverter boolConverter = new BoolConverter();
     boolConverter.PrintBoolToString(true);
 }