Hi Asad,
One option would be to replace the caption with "0 - not any", "1 - very low", etc.
Then, on last expression, replace the getCaption( with the replaceAll(getKey( ...)) and use the replaceAll to get rid of the "_".
Does this fix your issue?