Return a string with the name of the discretization method
function methodString extends Modelica.Icons.Function; import Modelica_LinearSystems2.Utilities.Types.Method; input Method method; output String s; end methodString;