diff --git a/psGrammar/tasks/receptionist/getName.jsgf b/psGrammar/tasks/receptionist/getName.jsgf
index d37ee59e63b92971b9501dfc51c5bac3c259ee83..5bf5a8006fc4e61bc2922117f7531b6619204f8c 100644
--- a/psGrammar/tasks/receptionist/getName.jsgf
+++ b/psGrammar/tasks/receptionist/getName.jsgf
@@ -10,6 +10,6 @@ public <namestring> = [<prefix>] <name> [<robot>];
 
 <callme> = (call me);
 
-<name> = amelia | angel | ava | charlie | charlotte | hunter | max | mia | olivia | parker | sam | | jack | noah | oliver | thomas | william;
+<name> = (amelia) | (angel) | (ava) | (charlie) | (charlotte) | (hunter) | (max) | (mia) | (olivia) | (parker) | (sam) | (jack) | (noah) | (oliver) | (thomas) | (william);
 
 <robot> = (tobi) | (robot) | (biron) | (pepper);