You are not calling toString method of interface but it's Bash Class method. Each object have a default implementation of toString method even you not explicit implement it.
How can instance of interface access method of Object class?How can instance of interface access method of Object class?