Discuss the below:
Q: The StringBuilder class defines an overloaded Insert method which inserts the string representation of an object into a StringBuilder. What happens to the length, capacity and existing contents of the StringBuilder object when this method is used?