I found some strange exception:
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
How it can be possible
You should call myIntegerObject.toString() if you want the string representation.