It return list of single character from String
List<String> toList() { return this.validate().trim().split(''); }